* lisp/replace.el (perform-replace): Add `skip-read-only-count',
authorJuri Linkov <juri@jurta.org>
Wed, 29 May 2013 23:11:41 +0000 (02:11 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 29 May 2013 23:11:41 +0000 (02:11 +0300)
commit5ca680ea801c2447202f8b530ac96a5d5b4eefb9
treeede9b6e083c754cb901b23621f4456507c03b51c
parentd1e89e57457ca57eecfb78539bd6d2e3d0641a8f
* lisp/replace.el (perform-replace): Add `skip-read-only-count',
`skip-filtered-count', `skip-invisible-count' let-bound to 0.
Increment them for corresponding conditions and report the number
of skipped occurrences in the final message.
(query-replace, query-replace-regexp, query-replace-regexp-eval)
(replace-string, replace-regexp): Doc fix.
lisp/ChangeLog
lisp/replace.el